home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine Special 4 / Erect Magazine Special 4 - Disc 2.iso / mac / Menu.DIR / 00041.ls < prev    next >
Encoding:
Text File  |  1996-11-05  |  175 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 3) to 1
  4.   set the movieRate of sprite 9 to 0
  5.   updateStage()
  6.   waittime(1)
  7.   go("Quit")
  8. end
  9.